 Car Database

Enables users to add their cars to their page

If your site is about cars or your visitors want to expose their cars, use this plugin to show cars on their page with photos and details. This version has selectable Models/Engines because it was written for clubs, so no custom models are allowed yet.
 

1. Features:

Multiple cars per user displayed on user details page
Car details and multiple photos with thumbnails
Model and engine types are set in Administration => Tools => carbase

2. Installation:

Put carbase into your plugins folder.
CHMOD the photos subfolder to be writable.
Go to Administration => Plugins and install the plugin.
Go to Administration => Tools => carbase and set Models/Engines.
In users.details.tpl add something like:
<h4>{CARBASE_TOP_OWNED}</h4> <table class="cells"> <tr> <td class="coltop">&nbsp;</td> <td class="coltop">{CARBASE_TOP_BOUGHT}</td> <td class="coltop">{CARBASE_TOP_MODEL}</td> </tr> <!-- BEGIN: CARBASE_ROW --> <tr> <td><a href="{CARBASE_ROW_IMG}">{CARBASE_ROW_THUMB}</a></td> <td>{CARBASE_ROW_BOUGHT}</td> <td><a href="{CARBASE_ROW_URL}">{CARBASE_ROW_MODEL}</a></td>  </tr> <!-- END: CARBASE_ROW --> </table> {CARBASE_ADMIN}